Q3Camera_GetPlacement
You can use theQ3Camera_GetPlacement
function to get the current placement of a camera.
TQ3Status Q3Camera_GetPlacement ( TQ3CameraObject camera, TQ3CameraPlacement *placement);
camera
- A camera object.
placement
- On exit, a pointer to a camera placement structure.
DESCRIPTION
TheQ3Camera_GetPlacement
function returns, in theplacement
parameter, a pointer to a camera placement structure that describes the current placement of the camera specified by thecamera
parameter.